home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / allcc205.arc / READ.ME < prev    next >
Text File  |  1989-03-22  |  4KB  |  104 lines

  1.  
  2.           ALLEMM4.SYS Version 1.04d
  3.  
  4.        --------------------------------------------------------
  5.  
  6. Fixes from the previous release of ALLEMM4:
  7.  
  8.      1) A problem with Function 21 sub function 1 (5401h)
  9.         Search For Named Handle has been fixed.
  10.  
  11.  
  12. New Additions:
  13.  
  14.      1) ALLMENU.EXE
  15.         The ALLMENU program is a menu driven series of tools
  16.         that includes within it the following functions:
  17.  
  18.      - EXAMEM (to examine logical memory use)
  19.      - XEXAMEM (to examine physical memory allocation)
  20.      - ALLEMM4 Information (EMS 4.0 type information)
  21.      - System Information (info about your computer)
  22.      - Drivers Installed (list of installed devices)
  23.      - Files Installed (list of installed DOS FILES)
  24.      - Buffers Installed (list of installed DOS BUFFERS)
  25.      - Lastdrive Information (list of the DOS drive tables)
  26.      - DOS Memory Blocks (list of the DOS memory allocation chain)
  27.      - Dump All Info (gathers all the above info in a text file
  28.        called ALLDMP.DAT for support purposes)
  29.      - Network and Misc. Information (displays configuration data
  30.        on various networks -- .DAT files)
  31.  
  32.      Note: FILEMENU.EXE is used by the ALLMENU program.
  33.  
  34.      Note: The manual refers to the EXAMEM and XEXAMEM programs
  35.            as independent utilities. These are now part of the
  36.            ALLMENU program.
  37.  
  38.  
  39.  
  40.      2) ACCTEST.EXE
  41.         The ACCTEST program will test the ALL CHARGECARD.
  42.         To use ACCTEST, reboot your system with no CONFIG.SYS
  43.         or AUTOEXEC.BAT files, and then run the test program.
  44.  
  45.         Syntax:   ACCTEST <number of times to run the test>
  46.  
  47.         Example:  ACCTEST 100 -- will test the card 100 times
  48.  
  49.  
  50.  
  51.      3) ACCRESET.COM
  52.         Many users use a batch file to change their configuration
  53.         information and then want the system to reboot immediately
  54.         using a program which resets the computer by jumping to
  55.         the reboot sequence in the BIOS (at location FFFF:0000).
  56.         The problem is that the system will reset but the maps on the
  57.         ALL CHARGECARD remain enabled, thus causing a faulty restart.
  58.         The ACCRESET program will reset the ALL CHARGECARD first, and
  59.         then jump to the BIOS reset sequence.
  60.  
  61.         ACCRESET.COM Source Listing
  62.  
  63.            mov dx,33e0     ; call the ALL CHARGECARD port
  64.            mov al,00       ; with disable mapping sequence
  65.            out dx,al       ; and turn mapping off
  66.            jmp ffff:0000   ; now jump to BIOS to reset
  67.  
  68.  
  69.  
  70.      4) DMAFIX.EXE
  71.         Since the ALL CHARGECARD maps memory a problem arises with
  72.         applications that transfer information directly through
  73.         the DMA (direct memory access) rather than through the
  74.         standard DOS interrupts. When mapping, logical memory is
  75.         no longer related to physical memory on a one-to-one
  76.         basis. Thus a direct DMA transfer may occur sending information
  77.         into a mapped region,  and into oblivion. Tape back-up systems
  78.         are the most common occurance of this problem. Previously,
  79.         the only way to do a tape back-up would be to reboot your
  80.         computer without ALLEMM4 in the CONFIG.SYS file. The DMAFIX
  81.         program will allow you to use your tape back-up system without
  82.         having to reboot your system (ie. with ALLEMM4 still active).
  83.  
  84.  
  85.         Syntax:   DMAFIX /SET -- before running the tape back-up
  86.  
  87.               DMAFIX /RESET -- to restore mapping
  88.  
  89.         Note: If you a running under DESQview DMAFIX will only
  90.           work in the first or primary partition, which must
  91.           be a DOS partition.
  92.  
  93.  
  94.  
  95.  
  96.          ** ALL COMPUTERS INC. SUPPORT SERVICES **
  97.  
  98.        Technical Support (416) 960-0111   9am - 5pm EST
  99.  
  100.         Bulletin Board Service (416) 960-8679   24 HRS.
  101.  
  102.  
  103. ************************* END OF FILE **********************************
  104.